home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / fnlwrppr.lha / FinalWrapper3_12 / DocRexx / Spiral.rexx < prev   
OS/2 REXX Batch file  |  1996-10-31  |  404b  |  17 lines

  1. /* Spiral.rexx 1.0 (07.04.95) by NDY's */
  2.  
  3. OPTIONS RESULTS
  4. rxport="FinalWrapperPort"
  5. IF ~Show("P",rxport) THEN EXIT 10
  6. ADDRESS VALUE rxport
  7. Use MDEF
  8. SetState SPL 1
  9. SetMode SPL 1
  10. SetVal XGAD 5
  11. SetVal YGAD 5
  12. SetVal WGAD 8
  13. SetVal HGAD 8
  14. SetVal TGAD "You want long texts? No problem... You could even make your favourite book run along a spinning line (provided you have tons of free memory)!"
  15. PopFront
  16. EXIT
  17.